API: Add rawcontinue parameter to action=query
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 14 Aug 2014 17:18:07 +0000 (13:18 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Sat, 13 Sep 2014 18:16:25 +0000 (14:16 -0400)
commitbe9a357bee7d019adeb16246f73ac890d8d87abd
treec168e131b8a26087e9bc3fa67e6a81d2b3b32515
parent062a6fecdadd2bdbd6be303702e0e96c98dfda81
API: Add rawcontinue parameter to action=query

Soon the simplified continuation will become the default for
action=query. This parameter will then serve select the return of the
raw continuation data. To allow for clients to transition without
"unrecognized parameter" warnings, I'd like to add the parameter now
before even adding deprecation warnings.

Change-Id: I5f6895b6a94c53a231a50707ee9463f91295da8f
includes/api/ApiQuery.php